home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Beteroid.swf / scripts / DefineButton2_45 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  186 b   |  9 lines

  1. on(release){
  2.    _parent._parent.actu_d(_parent._name.substr(10,1),_name.substr(2,1));
  3.    _parent.o_select = _name.substr(2,1);
  4.    with(_parent)
  5.    {
  6.       gotoAndStop(1);
  7.    }
  8. }
  9.